home *** CD-ROM | disk | FTP | other *** search
- ;STARTREK PD3DCTL.ACC (.CTL) CONTROL FILE
- ;Requires Tom Hudson's CAD-CONTROL ACCESSORY to operate
- ;Opens file 'STARTREK' an drive 'A'
- ;You may change drive designator if you want to put the file
- ;onto drive 'B' or a hard drive
- RCON A:\,STARTREK,1
- ;Selects SUPERVIEW mode, camera status and turns on the background
- CAM1 0,5,10
- ZOOM 130
- PSPC 999
- VMOD 2
- DFMD 1
- EDGE 0
- RCTR 2
- ARBC 0,0,0
- BGND 1
- SGRP 0
- ;Records first frame
- RCRD
- ;Rotates group 5 degrees and records two frames of each 71 times
- LOOP 71
- GROT -5,0,0
- RCRD
- RCRD
- ****
- ;Records final frame (same as first) and closes the file
- GROT -5,0,0
- RCRD
- RCOF
-
-
-